home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Unstuffers / Other Compression / MACUNZIP / CRC32.H < prev    next >
Encoding:
Text File  |  1989-09-24  |  187 b   |  10 lines  |  [TEXT/ttxt]

  1. long crc32val;
  2.  
  3. /* update running CRC calculation with contents of a buffer */
  4.  
  5. #ifndef    OLDC
  6. void UpdateCRC(unsigned char *s, register int len);
  7. #else
  8. void UpdateCRC();
  9. #endif    /* OLDC */
  10.